Package-level declarations
Types
Abstract class for use as the custom view designed to show contextual suggestions or actions in an expanded AppBar temporarily replacing the AppBar's expanded title and subtitle.
Abstract base class that extends ViewPagerAppBarView to provide enhanced management of paged suggestions or actions within an expanded AppBar.
Abstract subclass of BasicViewPagerAppBarView that applies a white background and theme-specific indicator colors.
A view representing a single suggestion or action page within a ViewPager2, extending SuggestAppBarView. This class provides functionality for handling title, close button, and bottom layout elements. It also manages resource updates based on the current theme (light or dark) and applies font scaling for accessibility.
A subclass of SuggestAppBarItemView that customizes the appearance of the item for a white background.
Base view class for displaying a single suggestion or action page within an expanded AppBar.
A base view class that extends AppBarView and embeds a ViewPager2 to display multiple swipeable suggestion pages.